Skip to main content

Week 6

Milestones

  • Tested build on local jenkins server
  • Integrated snyk container scanning with jenkins
  • Configured pipeline to fail if snyk finds vulnerabilities above a certain threshold

Screenshots / Videos

Contributions

Learnings

  1. Learned how to use Jenkins locally to catch build and integration issues before deploying.
  2. Gained insights into integrating Snyk for automated container security checks in the CI/CD pipeline.
  3. Configured pipeline to halt on Snyk-detected vulnerabilities, fostering a security-first approach.